.mainBox{
    width: 1400px;
    margin: 0 auto;
}
.flexLayout{
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-flex-flow: wrap;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.homeMain .top-txt{
    position: relative;
}
.homeMain .top-txt .title{
    font-size: 30px;
    font-weight: bold;
    color: #e60012;
}
.homeMain .top-txt .des{
    font-size: 18px;
    font-weight: bold;
    color: #666;
    margin: 0.6em 0 0 0;
}
.homeMain .brandIntroduce{
    margin: 50px auto 0 auto;
}
.homeMain .brandIntroduce .intro-left{
    width: 63%;
    float: left;
}
.homeMain .brandIntroduce .intro-right{
    width: 33.07%;
    float: right;
    position: relative;
}
.homeMain .brandIntroduce .intro-right .imgBox{
    -webkit-mask-image: url(../images/home-p1-mask.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center top;
    -webkit-mask-size: 100% auto;
}
.homeMain .brandIntroduce .intro-right .aboutImg{
    display: none;
}
.homeMain .brandIntroduce .intro-right img{
    display: block;
}
.homeMain .brandIntroduce .intro-txt{
    font-size: 16px;
    color: #666;
    line-height: 200%;
    text-align: justify;
    margin: 40px 0 0 0;
}
.homeMain .brandIntroduce .intro-more{
    display: inline-block;
    font-size: 16px;
    line-height: 36px;
    color: #22222c;
    margin: 30px 0 0 0;
    padding: 0 34px 0 0;
    position: relative;
    transition: 200ms; -moz-transition: 200ms; -webkit-transition: 200ms; -o-transition: 200ms;
}
.homeMain .brandIntroduce .intro-more:hover{
    color: #e60012;
    padding: 0 40px 0 0;
}
.homeMain .brandIntroduce .intro-more .i{
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #e60012 url("../images/more-i1.png") no-repeat left 7px center;
    background-size: auto 10px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
}
.homeMain .productCenter{
    margin: 50px auto 0 auto;
    padding: 40px 0;
    background: #fff;
}
.productCenter .list{
    margin: 40px auto 0 auto;
}
.productCenter .list .item{
    display: block;
    text-align: center;
    width: 25%;
    margin: 20px 0;
    float: left;
}
.productCenter .list .item .name{
    font-size: 16px;
    line-height: 200%;
    color: #666;
    text-align: center;
    margin: 1em 0 0 0;
}
.productCenter .list .item:hover .name{
    color: #e60012;
}
.productCenter .more-box{
    margin: 40px auto 0 auto;
}
.more-box{
    text-align: center;
}
.moreBtn{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: #e60012 url("../images/more-i2.png") no-repeat right 36px center;
    background-size: 20px auto;
    height: 40px;
    line-height: 40px;
    padding: 0 70px 0 40px;
    border-radius: 20px;
    margin: 0 auto;
}
.moreBtn:hover{
    background: #322e2e url("../images/more-i2.png") no-repeat right 36px center;
    background-size: 20px auto;
}
.newsCenter{
    margin: 50px auto 0 auto;
}
.newsCenter .more-box.pc-more{
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}
.newsCenter .more-box.m-more{
    display: none;
}
.newsCenter .list{
    margin: 50px auto 0 auto;
}
.newsCenter .list .item{
    display: block;
    padding: 15px 1.6%;
    background: #fff;
    margin: 30px auto 0 auto;
}
.newsCenter .list .item .imgBox{
    width: 220px;
    height: 160px;
    overflow: hidden;
    float: left;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.newsCenter .list .item .imgBox img{
    width: 100%;
}
.newsCenter .list .item .txtBox{
    width: calc(97% - 220px);
    padding: 0 0 0 2%;
    float: left;
}
.newsCenter .item .txtBox .t1{
    font-size: 16px;
    color: #333;
    line-height: 36px;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newsCenter .item:hover .txtBox .t1{
    color: #e60012;
}
.newsCenter .item .txtBox .des{
    text-align: justify;
    font-size: 16px;
    color: #666;
    line-height: 150%;
    min-height: 3em;
    margin: 0.5em 0;
}
.newsCenter .item .txtBox .time{
    font-size: 12px;
    color: #666;
}
.newsCenter .item .txtBox .more{
    font-size: 14px;
    color: #e71828;
    text-align: right;
}
.homeMain .home-brand{
    margin: 50px auto 0 auto;
}
.homeMain .home-brand .title-1{
    font-size: 22px;
    height: 60px;
    line-height: 60px;
    color: #666;
    background: #dedddb;
    font-weight: bold;
    text-align: center;
}
.brandList .list{
    background: #ffffff;
}
.brandList .list .bi{
    display: block;
    width: 25%;
    height: 210px;
}
.brandList .list .bi:nth-child(1){
    background: url("../images/subbrand-1.png") no-repeat center;
    background-size: 80% auto;
}
.brandList .list .bi:nth-child(2){
    background: url("../images/subbrand-2.png") no-repeat center;
    background-size: 80% auto;
}
.brandList .list .bi:nth-child(3){
    background: url("../images/subbrand-3.png") no-repeat center;
    background-size: 80% auto;
}
.brandList .list .bi:nth-child(4){
    background: url("../images/subbrand-4.png") no-repeat center;
    background-size: 80% auto;
}
.sideBar{
    width: 25%;
    float: left;
}
.sideBar .sideBar-top{
    background: #e71828;
    padding: 20px 0 10px 11%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 6px solid #e4e4e4;
}
.sideBar .sideBar-top .t1{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
}
.sideBar .sideBar-top .t2{
    font-size: 16px;
    color: #fff;
}
.sideBar .sideBar-list{
    background: #e4e4e4;
}
.sideBar .sideBar-list .sb-item{
    display: block;
    padding: 0 11%;
    background: #e4e4e4 url("../images/sidebar-i1.png") no-repeat right 10% center;
    background-size: auto 10px;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    color: #000;
    border-bottom: 1px solid #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}
.sideBar .sideBar-list .sb-item.active
,.sideBar .sideBar-list .sb-item:hover{
    color: #fff;
    background: #36363f url("../images/sidebar-i1.png") no-repeat right 10% center;
    background-size: auto 10px;
}
.sideBar .sideBar-list .sb-item:last-child{
    border-bottom: none;
}
.sideBar .sideBar-phone{
    margin: 50px auto 0 auto;
}
.sideBar .sideBar-phone img{
    display: block;
}
.rightBody{
    width: 71.43%;
    float: right;
}
.crumbs{
    font-size: 14px;
    text-align: right;
}
.crumbs .t1{
    color: #666;
    line-height: 300%;
    border-bottom: 1px solid #cccccc;
}
.crumbs .t1 a{
    color: #666;
    display: inline-block;
    transition: color 400ms;
    -moz-transition: color 400ms;
    -webkit-transition: color 400ms;
    -o-transition: color 400ms;
}
.crumbs .t1 a:hover{
    color: #e71828;
}
.crumbs .t1 span{
    color: #000;
}
.newsMain .newsList {
    margin: 50px auto 0 auto;
}
.newsMain .newsCenter,.newsMain .newsCenter .list{
    margin: 0 auto;
}
.news_page {
    text-align:center;
    margin: 50px auto 0 auto;
}
.news_page a,.news_page span {
    display:inline-block;
    width:32px;
    height:32px;
    border-radius: 100%;
    font-size:16px;
    font-weight: bold;
    color: #666;
    margin:0 4px;
    line-height:32px;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.news_page a:hover,.news_page a.current,.news_page span.current {
    color:#003488;
}
.newsMain .newsDetail {
    margin: 50px auto 0 auto;
}
.detailBox{
    margin: 40px auto 0 auto;
    background: #fff;
}
.detailBox .detail-top{
    width: 92%;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;
}
.detailBox .detail-top .t1{
    font-size: 24px;
    color: #000;
}
.detailBox .detail-top .t2{
    font-size: 12px;
    color: #666;
    margin: 2em 0 0 0;
}
.detailBox .detail-content {
    width: 92%;
    margin: 0 auto;
    padding: 50px 0;
    font-size: 16px;
    color: #666;
    line-height: 180%;
    text-align: justify;
    border-top: 1px solid #cccccc;
}
.detailBox .detail-content p{
    font-size: 16px;
}
.detailBox .detail-content img {
    max-width:100%;
    margin:10px 0;
}
.detailBox .detail-content embed
,.detailBox .detail-content video {
    max-width:100%;
    margin:10px 0;
}
.productMain .productList{
    margin: 50px auto 0 auto;
}
.productMain .product-list .list-title{
    font-size: 28px;
    line-height: 200%;
    color: #333;
    border-bottom: 1px solid #e6e6e6;
    text-indent: 0.7em;
    position: relative;
    margin: 30px auto 0 auto;
}
.productMain .product-list .list-title::after{
    content: "";
    width: 4px;
    height: 60%;
    position: absolute;
    background: #e71828;
    top: 20%;
    left: 0;
}
.productMain .productList .item{
    display: block;
    border: 1px solid #ddd;
    padding: 10px 0;
    margin: 36px auto 0 auto;
    background-color:#fff;
    background-image:-webkit-gradient(linear, 50% top, 50% bottom, from(#fff), to(#f6f7fb));
    background-image:-webkit-linear-gradient(180deg, #fff, #f6f7fb);
    background-image:-moz-linear-gradient(180deg, #fff, #f6f7fb);
    background-image:-ms-linear-gradient(180deg, #fff, #f6f7fb);
    background-image:-o-linear-gradient(180deg, #fff, #f6f7fb);
    background-image:linear-gradient(180deg, #fff, #f6f7fb);
}
.productMain .productList .item .imgBox{
    height: 184px;
    width: 20%;
    overflow: hidden;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    float: left;
}
.productMain .productList .item .imgBox img{
    height: 139px;
}
.productMain .productList .item .txtBox{
    width: 72%;
    float: left;
    margin: 0 0 0 4%;
}
.productMain .productList .item .t1{
    line-height: 200%;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 1.5em 0 0 0;
}
.productMain .productList .item .des{
    line-height: 150%;
    font-size: 16px;
    color: #5e5e5f;
    text-align: justify;
}
.productMain .productList .item .more{
    line-height: 200%;
    font-size: 12px;
    color: #5e5e5f;
    margin: 1em 0 0 0;
}
.productMain .productList .item:hover .more{
    color: #e71828;
}
.productMain .productList .item .more span{
    font-size: 16px;
    color: #e71828;
    font-weight: bold;
}
.productMain .productDetail{
    margin: 50px auto 0 auto;
}
.productMain .productDetail .product-detail{
    margin: 24px auto 0 auto;
}
.productMain .productDetail .detail-content{
    background: #fff;
    padding: 20px 0 30px 0;
}
.productMain .productDetail .detail-img{
    width: 33.3%;
    float: left;
}
.productMain .productDetail .detail-img .imgBox{
    height: 320px;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.productMain .productDetail .detail-img img{
    max-width: 90%;
}
.productMain .productDetail .detail-img .see-btn{
    display: block;
    text-align: center;
    width: 60%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    border: 1px solid #666;
    color: #666;
    margin: 0 auto;
}
.productMain .productDetail .detail-txt{
    width: 60%;
    margin: 0 3%;
    float: right;
}
.productMain .productDetail .detail-txt .t1{
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.productMain .productDetail .detail-txt .des{
    font-size: 16px;
    color: #666;
    line-height: 175%;
    height: 17.5em;
    margin: 1em 0 0 0;
    overflow: auto;
}
.imgPop{
    display: none;
}
.imgPop .bigImg{
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.productMain .productDetail .detail-info{
    margin: 10px auto 0 auto;
    background: #fff;
}
.productMain .productDetail .detail-info .navTab{
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.productMain .detail-info .navTab .tab{
    display: inline-block;
    text-align: center;
    width: 16%;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #333;
    margin: 0 7%;
    position: relative;
}
.productMain .detail-info .navTab .tab.active::after{
    content: "";
    width: 100%;
    height: 4px;
    background: #e71828;
    position: absolute;
    left: 0;
    bottom: 0;
}
.productDetail .product-detail .detail-info .info{
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
    display: none;
    font-size: 18px;
    color: #333;
}
.productDetail .product-detail .detail-info .info.info-2{
    text-align: center;
}
.productDetail .product-detail .detail-info a{
    display: block;
    font-size: 18px;
    color: #333;
}
.productDetail .product-detail .detail-info a:hover{
    color: #e71828;
}
.productDetail .product-detail .detail-info table{
    border-spacing: 0;
    width: 100%;
}
.productDetail .product-detail .detail-info table td{
    padding: 10px 5px;
    font-size: 12px;
    color: #666;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #999;
}
.productDetail .product-detail .detail-info .imgBox{
    text-align: center;
}
.productDetail .product-detail .detail-info video,
.productDetail .product-detail .detail-info embed{
    background: #000;
    max-width: 100%;
    border: none;
    margin: 0;
}
.aboutMain .groupIntro
,.aboutMain .brandIntro
,.aboutMain .storeList
,.aboutMain .storeDetail{
    margin: 50px auto 0 auto;
}
.aboutMain .intro-txt{
    padding: 30px 4%;
    width: 92%;
    background: #fff;
    margin: 20px auto 0 auto;
    font-size: 16px;
    color: #666;
    line-height: 180%;
    text-align: justify;
}
.aboutMain .intro-txt p{
    font-size: 16px;
}
.aboutMain .intro-txt strong{
    font-size: 1.125em;
}
.aboutMain .intro-txt img {
    max-width:100%;
    margin:10px 0;
}
.aboutMain .storeList .item{
    display: block;
    padding: 15px 1.6%;
    background: #fff;
    margin: 30px auto 0 auto;
}
.aboutMain .storeList .item .imgBox{
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    text-align: center;
    float: left;
    overflow: hidden;
    width: 21.5%;
    height: 140px;
}
.aboutMain .storeList .item .imgBox img{
    width: 100%;
}
.aboutMain .storeList .item .txtBox{
    width: 75%;
    padding: 0 0 0 3%;
    float: left;
}
.storeList .item .txtBox .t1{
    font-size: 16px;
    color: #333;
    line-height: 36px;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.storeList .item:hover .txtBox .t1{
    color: #e71828;
}
.storeList .item .txtBox .des{
    text-align: justify;
    font-size: 14px;
    color: #666;
    line-height: 150%;
    margin: 0.5em 0;
}
.storeList .item .txtBox .time{
    font-size: 12px;
    color: #666;
}
.storeList .item .txtBox .more{
    font-size: 14px;
    color: #e71828;
    text-align: right;
}
.contactMain .contactUs{
    margin: 50px auto 0 auto;
}
.contactMain .contactUs .contactContent{
    padding: 30px 4%;
    background: #fff;
    margin: 40px auto 0 auto;
}
.contactUs .contactContent .zt{
    font-size: 18px;
    line-height: 150%;
    padding: 20px 0;
    border-bottom: 1px solid #f5f5f5;
    font-weight: bold;
    color: #3e3e3f;
}
.contactUs .contactContent .ft{
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    color: #36363f;
    padding: 0 0 0 48px;
    position: relative;
    margin: 30px 0 0 0;
}
.contactUs .contactContent .ft .icon{
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 2px solid #9b9ba0;
    position: absolute;
    left: 0;
    top: 0;
}
.contactUs .contactContent .ft.a1 .icon{
    background: url("../images/contact-i1.png") no-repeat center;
    background-size: 16px auto;
}
.contactUs .contactContent .ft.a2 .icon{
    background: url("../images/contact-i2.png") no-repeat center;
    background-size: 14px auto;
}
.contactUs .contactContent .ft.a3 .icon{
    background: url("../images/contact-i3.png") no-repeat center;
    background-size: 18px auto;
}
.contactUs .contactContent .ft.a4 .icon{
    background: url("../images/contact-i4.png") no-repeat center;
    background-size: 16px auto;
}
.contactUs .contactContent .cp{
    padding: 30px 36px;
    background: #f5f5f5;
    margin: 30px 0 0 0;
}
.contactUs .contactContent .cp .ft:first-child{
    margin: 0;
}
#allmap {
    width: 100%;
    height: 400px;
}
#allmap img{
    max-width: none;
}
.contactUs .contactContent .mapBox{
    margin: 40px auto 0 auto;
}
.serviceMain .after-sale
,.serviceMain .care-center
,.serviceMain .product-use{
    margin: 50px auto 0 auto;
}
.serviceMain .after-sale .asList{
    padding: 50px 0 150px 0;
    background: #fff;
    margin: 40px auto 0 auto;
}
.serviceMain .after-sale .asList .box{
    width: 92%;
    margin: 0 auto;
    padding: 50px 0 90px 0;
    background: #ebebeb url("../images/service-p2.jpg") no-repeat top center;
    background-size: 100% auto;
}
.serviceMain .after-sale .asList .title{
    width: 81.55%;
    text-align: center;
    font-size: 24px;
    line-height: 200%;
    font-weight: bold;
    color: #e71828;
    margin: 0 auto;
    position: relative;
}
.serviceMain .after-sale .asList .title::before{
    content: "";
    width: 40%;
    height: 4px;
    background: #e71828;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
}
.serviceMain .after-sale .asList .title::after{
    content: "";
    width: 40%;
    height: 4px;
    background: #e71828;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}
.serviceMain .after-sale .asList .list{
    width: 81.55%;
    margin: 40px auto 0 auto;
}
.after-sale .asList .list .item{
    display: block;
    width: calc(100% / 3);
    padding: 140px 0 70px 0;
    text-align: center;
    font-size: 16px;
    line-height: 200%;
    color: #fff;
    float: left;
}
.after-sale .asList .list .item:hover{
    color: #e71828;
}
.after-sale .asList .list .item:nth-child(1){
    background: #33333f url("../images/service-s1.png") no-repeat top 40% center;
    background-size: 28.57% auto;
}
.after-sale .asList .list .item:nth-child(2){
    background: #000000 url("../images/service-s2.png") no-repeat top 40% center;
    background-size: 28.57% auto;
}
.after-sale .asList .list .item:nth-child(3){
    background: #33333f url("../images/service-s3.png") no-repeat top 40% center;
    background-size: 28.57% auto;
}
.after-sale .asList .list .item:nth-child(4){
    background: #000000 url("../images/service-s4.png") no-repeat top 40% center;
    background-size: 28.57% auto;
}
.after-sale .asList .list .item:nth-child(5){
    background: #33333f url("../images/service-s5.png") no-repeat top 40% center;
    background-size: 28.57% auto;
}
.after-sale .asList .list .item:nth-child(6){
    background: #000000 url("../images/service-s6.png") no-repeat top 40% center;
    background-size: 28.57% auto;
}
.serviceMain .care-center .care-intro{
    margin: 40px auto 0 auto;
}
.serviceMain .care-center .care-intro .imgBox{
    width: 270px;
    float: left;
}
.serviceMain .care-center .care-intro .txtBox{
    float: left;
    margin: 0 0 0 4%;
}
.serviceMain .care-center .care-intro .t1{
    font-size: 16px;
    line-height: 200%;
    color: #333;
}
.serviceMain .care-center .care-intro .phone{
    font-size: 18px;
    font-weight: bold;
    color: #c40e18;
}
.serviceMain .care-center .care-des{
    text-align: center;
    color: #c40e18;
    font-size: 21px;
    margin: 40px auto 0 auto;
    font-weight: bold;
}
.serviceMain .care-center .item{
    width: 32%;
    border-top: 4px solid #c9c9c9;
    padding: 10px 4% 10px 12%;
    margin: 30px 0 0 0;
}
.serviceMain .care-center .item:nth-child(1){
    background: #fff url("../images/service-d1-i1.png") no-repeat left 5% center;
    background-size: 16% auto;
}
.serviceMain .care-center .item:nth-child(2){
    background: #fff url("../images/service-d1-i2.png") no-repeat left 5% center;
    background-size: 16% auto;
}
.serviceMain .care-center .item:nth-child(3){
    background: #fff url("../images/service-d1-i3.png") no-repeat left 5% center;
    background-size: 16% auto;
}
.serviceMain .care-center .item:nth-child(4){
    background: #fff url("../images/service-d1-i4.png") no-repeat left 5% center;
    background-size: 16% auto;
}
.serviceMain .care-center .item .t1{
    display: inline-block;
    line-height: 200%;
    font-size: 18px;
    font-weight: bold;
    color: #c40e18;
}
.serviceMain .care-center .item .t2{
    font-size: 16px;
    text-align: justify;
    line-height: 180%;
    min-height: 5.5em;
    color: #333;
}
.serviceMain .product-use .useBox{
    margin: 40px auto 0 auto;
}
.serviceMain .product-use .use-txt{
    width: 16%;
    font-size: 16px;
    padding: 140px 0 26px 0;
    line-height: 200%;
    color: #fff;
    float: left;
    text-align: center;
}
.serviceMain .product-use .use-txt.ut1{
    background: #33333f  url("../images/service-d2-i1.png") no-repeat bottom 80px center;
    background-size: 63px auto;
}
.serviceMain .product-use .use-txt.ut2{
    background: #33333f  url("../images/service-d2-i2.png") no-repeat bottom 80px center;
    background-size: 63px auto;
}
.serviceMain .product-use .use-txt.ut3{
    background: #33333f  url("../images/service-d2-i3.png") no-repeat bottom 80px center;
    background-size: 63px auto;
}
.serviceMain .product-use .use-txt.ut4{
    background: #33333f  url("../images/service-d2-i4.png") no-repeat bottom 80px center;
    background-size: 63px auto;
}
.serviceMain .product-use .use-list{
    width: 80%;
    float: right;
}
.serviceMain .product-use .use-list .item{
    display: block;
    margin: 0 0 10px 0;
}
.serviceMain .product-use .use-list .item:last-child{
    margin: 0;
}
.serviceMain .product-use .use-list .zt{
    display: block;
    padding: 0 10% 0 5%;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #e71828 url("../images/service-d2-open.png") no-repeat right 5% center;
    background-size: 33px auto;
}
.serviceMain .product-use .use-list .zt.cur{
    background: #e71828 url("../images/service-d2-packUp.png") no-repeat right 5% center;
    background-size: 33px auto;
}
.serviceMain .product-use .use-list .list{
    display: none;
}
.serviceMain .product-use .use-list .ft{
    display: block;
    color: #666;
    padding: 0 5%;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #cacaca;
    background: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.serviceMain .product-use .use-list .ft:hover{
    color: #e60012;
}
.serviceMain .product-use .use-list .ft span{
    color: #e60012;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0.8em 0 0;
}
.useInfoPop{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
}
.useInfoPop .useInfo{
    width: 1125px;
    background: #fff;
    padding: 50px 0;
    position: relative;
}
.useInfoPop .useInfo .close{
    width: 60px;
    height: 60px;
    background: url("../images/service-d2-close.png") no-repeat center;
    background-size: 33px auto;
    position: absolute;
    top: -28px;
    right: -28px;
}
.useInfoPop .useInfo .h{
    padding: 0 5%;
    font-size: 22px;
    color: #c40e18;
    text-align: center;
}
.useInfoPop .useInfo .p{
    padding: 0 5%;
    font-size: 16px;
    color: #333;
    line-height: 200%;
    margin: 1em 0 0 0;
    text-align: justify;
}
.serviceMain .service-policy
,.serviceMain .service-policy .policy-1
,.serviceMain .service-policy .policy-2{
    margin: 50px auto 0 auto;
}
.service-policy .policy-1 .item .txtBox{
    background: #fff;
}
.service-policy .policy-1 .item .t1{
    font-size: 18px;
    font-weight: bold;
    line-height: 200%;
    color: #333;
    background: #e8e8e8;
    padding: 10px 2%;
}
.service-policy .policy-1 .item .t2{
    font-size: 16px;
    line-height: 200%;
    color: #333;
    padding: 10px 2%;
}
.serviceMain .service-policy .policy-2 .t1{
    font-size: 22px;
    line-height: 200%;
    color: #e60012;
}
.serviceMain .service-policy .policy-2 .s-table{
    border-spacing: 0;
    width: 100%;
    background: #fff;
}
.serviceMain .service-policy .policy-2 .s-table td{
    padding: 16px 12px;
    font-size: 16px;
    color: #333;
    vertical-align: middle;
    border: 1px solid #e7e7e7;
}
.serviceMain .service-policy .policy-2 .s-table tr:nth-child(1) td{
    background-color: #e60012;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.serviceMain .charging-standards
,.serviceMain .charging-standards .tableBox{
    margin: 50px auto 0 auto;
}
.serviceMain .charging-standards .tableBox .s-table{
    border-spacing: 0;
    width: 100%;
    background: #fff;
}
.serviceMain .charging-standards .tableBox .s-table td{
    padding: 16px 12px;
    font-size: 16px;
    color: #333;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #e7e7e7;
}
.serviceMain .charging-standards .tableBox .s-table tr:nth-child(1) td{
    background-color: #e60012;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.serviceMain .charging-standards .tableBox .s-table tr:nth-child(2) td{
    background-color: #e60012;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.serviceMain .onlineService{
    margin: 50px auto 0 auto;
}
.serviceMain .online-service .navTab{
    margin: 30px auto 0 auto;
}
.serviceMain .online-service .navTab .tab{
    display: block;
    text-align: center;
    width: calc(25% - 2px);
    height: 58px;
    line-height: 58px;
    border: 1px solid #747475;
    font-size: 16px;
    color: #fff;
    background: #747475;
    float: left;
    position: relative;
}
.serviceMain .online-service .navTab .tab.active{
    background: #e60012;
    border: 1px solid #e60012;
}
.serviceMain .online-service .navTab .tab.active::before{
    content: "";
    width: 30px;
    height: 16px;
    background: url("../images/service-d-i1.png") no-repeat center;
    background-size: 100% auto;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: -15px;
}
.serviceMain .online-service .dis{
    margin: 40px auto 0 auto;
}
.serviceMain .online-service .formBox{
    background: #fff;
    padding: 50px 0;
    margin: 0 auto;
}
.serviceMain .online-service .formBox .fBox{
    width: 350px;
    margin: 0 auto 15px auto;
    position: relative;
}
.serviceMain .online-service .formBox .ft{
    font-size: 16px;
    line-height: 42px;
    color: #333;
    float: left;
}
.serviceMain .online-service .formBox .txtInput{
    font-size: 16px;
    width: 228px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: 1px solid #999;
    color: #333;
}
.serviceMain .online-service .formBox .txtSelect{
    font-size: 16px;
    width: 250px;
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
    border: 1px solid #999;
    color: #333;
    background: #fff url("../images/service-d-i2.png") no-repeat right 10px center;
    background-size: 14px auto;
}
.serviceMain .online-service .formBox .txtTextarea{
    font-size: 16px;
    width: 228px;
    height: 216px;
    line-height: 150%;
    padding: 0.5em 10px;
    border: 1px solid #999;
    overflow: auto;
    color: #333;
}
.serviceMain .online-service .formBox .fBox:last-child{
    text-align: center;
    margin: 50px auto 0 auto;
}
.serviceMain .online-service .formBox .btn{
    display: inline-block;
    width: 100px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    background-color: #e60012;
    border: none;
    color: #fff;
    font-size: 18px;
    margin: 0 20px;
    border-radius: 8px;
    cursor: pointer;
}
.serviceMain .online-service .formBox .btn.btnReset{
    background-color: #747475;
}
.serviceMain .customized-services{
    margin: 50px auto 0 auto;
}
.serviceMain .customized-services .list{
    margin: 40px auto 0 auto;
}
.serviceMain .customized-services .list .item{
    margin: 0 0 40px 0;
}
.serviceMain .customized-services .list .item:last-child{
    margin: 0;
}
.serviceMain .customized-services .item .t1{
    font-size: 18px;
    font-weight: bold;
    line-height: 200%;
    color: #333;
}
.serviceMain .customized-services .item .t2{
    font-size: 16px;
    text-align: justify;
    line-height: 200%;
    color: #666;
}
.serviceMain .serviceCenter
,.serviceMain .solution
,.serviceMain .college-intro{
    margin: 50px auto 0 auto;
}
.serviceMain .serviceCenter .overview{
    margin: 40px auto 0 auto;
    background: #33333f;
}
.serviceMain .serviceCenter .overview .imgBox{
    width: 34%;
    float: left;
    border-right: 1px solid #fff;
}
.serviceCenter .overview .imgBox img{
    display: block;
}
.serviceMain .serviceCenter .overview .des{
    width: calc(66% - 1px);
    float: right;
    padding: 8% 0 0 0;
}
.serviceCenter .overview .des .txt{
    width: 82%;
    font-size: 16px;
    color: #fff;
    line-height: 180%;
    text-align: justify;
    margin: 0 auto;
}
.serviceMain .serviceCenter .list{
    padding: 50px 4%;
    background: #fff;
    margin: 30px auto 0 auto;
}
.serviceMain .serviceCenter .list .item{
    margin: 0 auto 50px auto;
    position: relative;
}
.serviceMain .serviceCenter .list .item:last-child{
    margin: 0 auto;
}
.serviceCenter .list .item .icon{
    width: 112px;
    height: 112px;
    border: 1px solid #3e3e3f;
    float: left;
    border-radius: 100%;
}
.serviceCenter .list .item:nth-child(1) .icon{
    background: url("../images/service-i1.png") no-repeat center;
    background-size: 89% auto;
}
.serviceCenter .list .item:nth-child(2) .icon{
    background: url("../images/service-i2.png") no-repeat center;
    background-size: 89% auto;
}
.serviceCenter .list .item:nth-child(3) .icon{
    background: url("../images/service-i3.png") no-repeat center;
    background-size: 89% auto;
}
.serviceCenter .list .item:nth-child(4) .icon{
    background: url("../images/service-i4.png") no-repeat center;
    background-size: 89% auto;
}
.serviceCenter .list .item:nth-child(5) .icon{
    background: url("../images/service-i5.png") no-repeat center;
    background-size: 89% auto;
}
.serviceCenter .list .item .txtBox{
    width: calc(96% - 114px);
    float: right;
}
.serviceCenter .list .item .t1{
    font-size: 18px;
    font-weight: bold;
    color: #3e3e3f;
    line-height: 200%;
    border-bottom: 1px solid #e71828;
    padding: 0 0 5px 0;
}
.serviceCenter .list .item .t2{
    font-size: 14px;
    color: #5f6371;
    line-height: 180%;
    text-align: justify;
    margin: 10px 0 0 0;
}
.serviceMain .solution .solutionBox{
    margin: 40px auto 0 auto;
    padding: 30px 4% 90px 4%;
    background: #fff;
}
.serviceMain .solution .solutionBox .des{
    font-size: 16px;
    line-height: 180%;
    color: #3e3e3f;
    text-align: justify;
}
.serviceMain .solution .solutionBox .list{
    width: 668px;
    margin: 0 auto;
}
.solution .solutionBox .list .item{
    margin: 78px auto 0 auto;
}
.solution .solutionBox .list .icon{
    width: 145px;
    float: left;
}
.solution .solutionBox .list .txtBox{
    width: calc(94% - 145px);
    float: right;
}
.solution .solutionBox .list .t1{
    font-size: 18px;
    font-weight: bold;
    color: #3e3e3f;
    line-height: 200%;
    border-bottom: 1px solid #e71828;
    padding: 1em 0 5px 0;
}
.solution .solutionBox .list .t2{
    font-size: 16px;
    color: #3e3e3f;
    line-height: 180%;
    text-align: justify;
    margin: 16px 0 0 0;
}
.serviceMain .college-intro .collegeBox{
    margin: 40px auto 0 auto;
    padding: 30px 4% 90px 4%;
    background: #fff;
}
.serviceMain .college-intro .des{
    font-size: 16px;
    color: #3e3e3f;
    line-height: 180%;
    text-align: justify;
}
.serviceMain .college-intro .item{
    display: block;
    width: 30%;
    margin: 50px 0 0 0;
}
.serviceMain .college-intro .item:hover .imgBox{
    box-shadow: 0px 10px 15px rgba(231,24,40,0.5);
}
.serviceMain .college-intro .item img{
    display: block;
    margin: 0 auto;
}
.serviceMain .college-intro .item .t1{
    font-size: 18px;
    font-weight: bold;
    line-height: 200%;
    padding: 12px 0 8px 0;
    color: #e71828;
    text-align: center;
}
.serviceMain .college-intro .item .t2{
    font-size: 14px;
    line-height: 200%;
    color: #3e3e3f;
    text-align: center;
}
@media screen and (max-width:1440px){
    .mainBox{
        width: 1200px;
    }
    .detailBox .detail-content,
    .detailBox .detail-content p{
        font-size: 14px;
    }
    .homeMain .top-txt .title{
        font-size: 24px;
    }
    .homeMain .top-txt .des{
        font-size: 14px;
    }
    .serviceMain .after-sale .asList .title::before{
        width: 39%;
    }
    .serviceMain .after-sale .asList .title::after{
        width: 39%;
    }
    .serviceMain .serviceCenter .overview .des {
        padding: 5% 0 0 0;
    }
}
@media screen and (max-width:1200px){
    .mainBox{
        width: 92%;
    }
    .sideBar,.crumbs {
        display: none;
    }
    .rightBody {
        width: 100%;
        float: none;
    }
    .detailBox{
        margin: 0 auto;
    }
    .serviceMain .serviceCenter .overview .des {
        padding: 7% 0 0 0;
    }
}
@media screen and (max-width:1199px){
    .newsCenter .more-box.pc-more{
        display: none;
    }
    .newsCenter .more-box.m-more{
        display: block;
        margin: 40px auto 0 auto;
    }
    .serviceMain .after-sale .asList .title::before{
        width: 38%;
    }
    .serviceMain .after-sale .asList .title::after{
        width: 38%;
    }
    .serviceMain .product-use .use-txt {
        width: 100%;
        float: none;
        padding: 0;
        margin-bottom: 10px;
        color: #e71828;
    }
    .serviceMain .product-use .use-txt.ut1{
        background: transparent;
    }
    .serviceMain .product-use .use-txt.ut2{
        background: transparent;
    }
    .serviceMain .product-use .use-txt.ut3{
        background: transparent;
    }
    .serviceMain .product-use .use-txt.ut4{
        background: transparent;
    }
    .serviceMain .product-use .use-list{
        width: 100%;
        float: none;
    }
    .serviceMain .serviceCenter .overview {
        background: transparent;
    }
    .serviceMain .serviceCenter .overview .imgBox {
        width: 100%;
        float: none;
        border-right: none;
    }
    .serviceCenter .overview .imgBox img{
        margin: 0 auto;
    }
    .serviceMain .serviceCenter .overview .des {
        width: 100%;
        float: none;
        padding: 2em 0;
    }
    .serviceCenter .overview .des .txt{
        width: 100%;
        color: #33333f;
    }
    .serviceMain .solution .solutionBox .list {
        width: 100%;
    }
}
@media screen and (max-width:768px){
    .homeMain .brandIntroduce,.homeMain .productCenter
    ,.homeMain .home-brand
    ,.newsCenter
    ,.newsMain .newsList
    ,.newsMain .newsDetail
    ,.productMain .productList
    ,.productMain .productDetail
    ,.newsCenter .list
    ,.aboutMain .groupIntro
    ,.aboutMain .brandIntro
    ,.aboutMain .storeList
    ,.aboutMain .storeDetail
    ,.contactMain .contactUs
    ,.serviceMain .after-sale
    ,.serviceMain .care-center
    ,.serviceMain .product-use
    ,.serviceMain .product-use .useBox
    ,.serviceMain .service-policy
    ,.serviceMain .service-policy .policy-1
    ,.serviceMain .service-policy .policy-2
    ,.serviceMain .charging-standards
    ,.serviceMain .charging-standards .tableBox
    ,.serviceMain .onlineService
    ,.serviceMain .customized-services
    ,.serviceMain .serviceCenter
    ,.serviceMain .solution
    ,.serviceMain .college-intro{
        margin: 1rem auto 0 auto;
    }
    .productMain .productDetail .mainBox
    ,.newsMain .newsDetail .mainBox
    ,.aboutMain .groupIntro .mainBox
    ,.aboutMain .brandIntro .mainBox
    ,.aboutMain .storeDetail .mainBox
    ,.contactMain .contactUs .mainBox
    ,.serviceMain .after-sale .mainBox
    ,.serviceMain .serviceCenter .mainBox
    ,.serviceMain .solution .mainBox
    ,.serviceMain .college-intro .mainBox{
        width: 100%;
    }
    .homeMain .top-txt .title{
        font-size: 0.48rem;
    }
    .homeMain .top-txt .des{
        font-size: 0.36rem;
    }
    .homeMain .brandIntroduce .intro-left {
        width: 100%;
        float: none;
        margin: 0.6rem auto 0 auto;
    }
    .homeMain .brandIntroduce .intro-txt {
        font-size: 0.36rem;
        line-height: 175%;
        margin: 0.6rem 0 0 0;
    }
    .homeMain .brandIntroduce .intro-more{
        font-size: 0.36rem;
        line-height: 200%;
        margin: 0.6rem 0 0 0;
        padding: 0 0.7rem 0 0;
    }
    .homeMain .brandIntroduce .intro-more:hover{
        padding: 0;
    }
    .homeMain .brandIntroduce .intro-more .i{
        width: 0.48rem;
        height: 0.48rem;
        background: #e60012 url("../images/more-i1.png") no-repeat center;
        background-size: auto 50%;
        margin-top: -0.24rem;
    }
    .homeMain .brandIntroduce .intro-right{
        width: 100%;
        float: none;
    }
    .homeMain .brandIntroduce .intro-right .imgBox{
        display: none;
    }
    .homeMain .brandIntroduce .intro-right .aboutImg{
        display: block;
    }
    .homeMain .productCenter{
        padding: 0.8rem 0;
    }
    .productCenter .list .item {
        width: 50%;
        margin: 0.2rem 0;
    }
    .productCenter .more-box
    ,.newsCenter .more-box.m-more{
        margin: 0.8rem auto 0 auto;
    }
    .moreBtn {
        font-size: 0.36rem;
        background: #e60012 url(../images/more-i2.png) no-repeat right 0.7rem center;
        background-size: 0.4rem auto;
        height: 1rem;
        line-height: 1rem;
        padding: 0 1.4rem 0 0.8rem;
        border-radius: 0.5rem;
    }
    .moreBtn:hover{
        background: #322e2e url("../images/more-i2.png") no-repeat right 0.7rem center;
        background-size: 0.4rem auto;
    }
    .homeMain .home-brand .title-1{
        font-size: 0.64rem;
        height: 2rem;
        line-height: 2rem;
    }
    .brandList .list .bi{
        width: 50%;
        height: 1.5rem;
        padding: 0.3rem 0;
    }
    .brandList .list .bi:nth-child(1){
        background: url("../images/subbrand-1.png") no-repeat center;
        background-size: 3rem auto;
    }
    .brandList .list .bi:nth-child(2){
        background: url("../images/subbrand-2.png") no-repeat center;
        background-size: 3rem auto;
    }
    .brandList .list .bi:nth-child(3){
        background: url("../images/subbrand-3.png") no-repeat center;
        background-size: 3rem auto;
    }
    .brandList .list .bi:nth-child(4){
        background: url("../images/subbrand-4.png") no-repeat center;
        background-size: 3rem auto;
    }
    .newsCenter .list .item {
        padding: 0.3rem 4%;
        margin: 0.5rem auto 0 auto;
    }
    .newsCenter .list .item .imgBox {
        width: 32%;
        height: auto;
    }
    .newsCenter .list .item .txtBox {
        width: 64%;
        padding: 0 0 0 4%;
    }
    .newsCenter .item .txtBox .t1{
        font-size: 0.36rem;
        line-height: 200%;
        border-bottom: none;
    }
    .newsCenter .item .txtBox .des{
        font-size: 0.32rem;
        display: none;
    }
    .newsCenter .item .txtBox .time,
    .newsCenter .item .txtBox .more{
        font-size: 0.32rem;
    }
    .news_page {
        margin: 1rem auto 0 auto;
    }
    .news_page a, .news_page span{
        margin: 0.1rem 4px;
    }
    .detailBox .detail-top{
        padding: 0.5rem 0;
    }
    .detailBox .detail-top .t1{
        font-size: 0.6rem;
    }
    .detailBox .detail-top .t2 {
        font-size: 0.36rem;
        margin: 1em 0 0 0;
    }
    .detailBox .detail-content {
        font-size: 0.36rem;
        padding: 0.5rem 0 1rem 0;
    }
    .detailBox .detail-content p{
        font-size: 0.36rem;
    }
    .detailBox .detail-content img,
    .detailBox .detail-content embed,
    .detailBox .detail-content video {
        margin: 0.1rem 0;
    }
    .productMain .product-list .list-title{
        font-size: 0.48rem;
        margin: 0.5rem auto 0 auto;
        text-indent: 5%;
    }
    .productMain .productList .item{
        padding: 0.3rem 4%;
        margin: 0.5rem auto 0 auto;
    }
    .productMain .productList .item .imgBox{
        width: 20%;
        height: auto;
    }
    .productMain .productList .item .imgBox img{
        height: auto;
    }
    .productMain .productList .item .txtBox {
        width: 76%;
        float: right;
        margin: 0;
    }
    .productMain .productList .item .t1 {
        font-size: 0.36rem;
        margin: 0;
    }
    .productMain .productList .item .des{
        font-size: 0.32rem;
        line-height: 150%;
        margin: 0.5em 0 0 0;
    }
    .productMain .productList .item .more,.productMain .productList .item .more span{
        font-size: 0.32rem;
    }
    .productMain .productDetail .product-detail {
        margin: 0 auto;
    }
    .productMain .productDetail .detail-content{
        padding: 0;
    }
    .productMain .productDetail .detail-img {
        width: 92%;
        padding: 0.3rem 4%;
        float: none;
    }
    .productMain .productDetail .detail-img img{
        max-width: 100%;
    }
    .productMain .productDetail .detail-img .imgBox{
        height: auto;
    }
    .productMain .productDetail .detail-img .see-btn{
        display: none;
    }
    .productMain .productDetail .detail-txt {
        width: 92%;
        padding: 0.3rem 4% 0.5rem 4%;
        float: none;
        margin: 0;
    }
    .productMain .productDetail .detail-txt .t1{
        font-size: 0.48rem;
    }
    .productMain .productDetail .detail-txt .des{
        font-size: 0.36rem;
    }
    .productMain .productDetail .detail-info {
        margin: 0.5rem auto 0 auto;
    }
    .productMain .detail-info .navTab .tab {
        width: 28%;
        height: 1rem;
        line-height: 1rem;
        font-size: 0.36rem;
        margin: 0 2%;
    }
    .productMain .detail-info .navTab .tab.active::after {
        width: 80%;
        height: 0.08rem;
        left: 10%;
    }
    .productDetail .product-detail .detail-info .info {
        width: 92%;
        padding: 1rem 0;
        font-size: 0.36rem;
    }
    .productDetail .product-detail .detail-info a{
        font-size: 0.36rem;
    }
    .productDetail .product-detail .detail-info table td{
        padding: 0.2rem 0.1rem;
        font-size: 0.32rem;
    }
    .aboutMain .intro-txt{
        padding: 1rem 4%;
        margin: 0 auto;
        font-size: 0.36rem;
    }
    .aboutMain .intro-txt p{
        font-size: 0.36rem;
    }
    .aboutMain .intro-txt img {
        margin:0.1rem 0;
    }
    .aboutMain .storeList .item{
        padding: 0.3rem 4%;
        margin: 0.5rem auto 0 auto;
    }
    .aboutMain .storeList .item .imgBox{
        width: 32%;
        height: auto;
    }
    .aboutMain .storeList .item .txtBox {
        width: 64%;
        padding: 0 0 0 4%;
    }
    .storeList .item .txtBox .t1{
        font-size: 0.36rem;
        line-height: 200%;
        border-bottom: none;
    }
    .storeList .item .txtBox .des{
        font-size: 0.32rem;
        display: none;
    }
    .storeList .item .txtBox .time,.storeList .item .txtBox .more{
        font-size: 0.32rem;
    }
    .contactMain .contactUs .contactContent{
        padding: 0 4% 1rem 4%;
        margin: 0 auto;
    }
    .contactUs .contactContent .zt{
        font-size: 0.48rem;
        padding: 0.4rem 0;
        margin: 0 0 0.4rem 0;
    }
    .contactUs .contactContent .ft{
        font-size: 0.36rem;
        height: auto;
        line-height: 200%;
        padding: 0;
        margin: 0;
    }
    .contactUs .contactContent .ft .icon{
        display: none;
    }
    .contactUs .contactContent .cp{
        padding: 0;
        margin: 0;
        background: transparent;
    }
    #allmap {
        width: 100%;
        height: 8rem;
    }
    .contactUs .contactContent .mapBox{
        margin: 0.8rem auto 0 auto;
    }
    .serviceMain .after-sale .asList{
        padding: 1rem 0;
        margin: 0 auto;
    }
    .serviceMain .after-sale .asList .box{
        padding: 1rem 0;
        background: #ebebeb url(../images/service-p2.jpg) no-repeat top center;
        background-size: cover;
    }
    .serviceMain .after-sale .asList .title{
        font-size: 0.48rem;
    }
    .serviceMain .after-sale .asList .title::before{
        width: calc(50% - 1.5rem);
        height: 2px;
        margin-top: -1px;
    }
    .serviceMain .after-sale .asList .title::after{
        width: calc(50% - 1.5rem);
        height: 2px;
        margin-top: -1px;
    }
    .serviceMain .after-sale .asList .list{
        width: 80%;
        margin: 0.8rem auto 0 auto;
    }
    .after-sale .asList .list .item{
        width: calc(100% / 2);
        padding: 2rem 0 1rem 0;
        font-size: 0.36rem;
    }
    .after-sale .asList .list .item:nth-child(1){
        background: #33333f url("../images/service-s1.png") no-repeat top 32% center;
        background-size: 28% auto;
    }
    .after-sale .asList .list .item:nth-child(2){
        background: #000000 url("../images/service-s2.png") no-repeat top 32% center;
        background-size: 28% auto;
    }
    .after-sale .asList .list .item:nth-child(3){
        background: #000000 url("../images/service-s3.png") no-repeat top 32% center;
        background-size: 28% auto;
    }
    .after-sale .asList .list .item:nth-child(4){
        background: #33333f url("../images/service-s4.png") no-repeat top 32% center;
        background-size: 28% auto;
    }
    .after-sale .asList .list .item:nth-child(5){
        background: #33333f url("../images/service-s5.png") no-repeat top 32% center;
        background-size: 28% auto;
    }
    .after-sale .asList .list .item:nth-child(6){
        background: #000000 url("../images/service-s6.png") no-repeat top 32% center;
        background-size: 28% auto;
    }
    .serviceMain .care-center .care-intro{
        margin: 0 auto;
    }
    .serviceMain .care-center .care-intro .imgBox{
        width: 100%;
        float: none;
        text-align: center;
    }
    .serviceMain .care-center .care-intro .txtBox{
        float: none;
        margin: 0.2rem 0 0 0;
        text-align: center;
    }
    .serviceMain .care-center .care-intro .t1{
        font-size: 0.36rem;
    }
    .serviceMain .care-center .care-intro .phone{
        font-size: 0.42rem;
    }
    .serviceMain .care-center .care-des{
        font-size: 0.48rem;
        margin: 0.8rem auto 0 auto;
    }
    .serviceMain .care-center .item{
        width: 70%;
        padding: 0.25rem 5% 0.5rem 25%;
        margin: 0.8rem 0 0 0;
        border-top: 2px solid #c9c9c9;
    }
    .serviceMain .care-center .item:nth-child(1){
        background: #fff url("../images/service-d1-i1.png") no-repeat left 5% center;
        background-size: 16% auto;
    }
    .serviceMain .care-center .item:nth-child(2){
        background: #fff url("../images/service-d1-i2.png") no-repeat left 5% center;
        background-size: 16% auto;
    }
    .serviceMain .care-center .item:nth-child(3){
        background: #fff url("../images/service-d1-i3.png") no-repeat left 5% center;
        background-size: 16% auto;
    }
    .serviceMain .care-center .item:nth-child(4){
        background: #fff url("../images/service-d1-i4.png") no-repeat left 5% center;
        background-size: 16% auto;
    }
    .serviceMain .care-center .item .t1{
        font-size: 0.36rem;
    }
    .serviceMain .care-center .item .t2{
        font-size: 0.36rem;
        min-height: auto;
    }
    .serviceMain .product-use .use-txt{
        margin-bottom: 0.2rem;
        font-size: 18px;
        font-weight: bold;
    }
    .serviceMain .product-use .use-list .item{
        margin: 0 0 0.3rem 0;
    }
    .serviceMain .product-use .use-list .zt{
        font-size: 14px;
    }
    .serviceMain .product-use .use-list .ft{
        font-size: 12px;
    }
    .serviceMain .product-use .use-list .zt{
        background: #e71828  url("../images/service-d2-open.png") no-repeat right 5% center;
        background-size: 28px auto;
    }
    .serviceMain .product-use .use-list .zt.cur{
        background: #e71828  url("../images/service-d2-packUp.png") no-repeat right 5% center;
        background-size: 28px auto;
    }
    .useInfoPop .useInfo{
        width: 92%;
        padding: 1rem 0;
    }
    .useInfoPop .useInfo .h{
        font-size: 0.42rem;
    }
    .useInfoPop .useInfo .p{
        font-size: 0.36rem;
    }
    .useInfoPop .useInfo .close{
        top: -20px;
        right: -20px;
    }
    .service-policy .policy-1 .item .t1{
        font-size: 0.42rem;
    }
    .service-policy .policy-1 .item .t2{
        font-size: 0.36rem;
    }
    .serviceMain .service-policy .policy-2 .t1{
        font-size: 0.48rem;
    }
    .serviceMain .service-policy .policy-2 .s-table td{
        padding: 12px;
        font-size: 12px;
    }
    .serviceMain .service-policy .policy-2 .s-table tr:nth-child(1) td{
        font-size: 12px;
    }
    .serviceMain .charging-standards .tableBox .s-table td{
        padding: 12px;
        font-size: 12px;
    }
    .serviceMain .charging-standards .tableBox .s-table tr:nth-child(1) td{
        font-size: 12px;
    }
    .serviceMain .charging-standards .tableBox .s-table tr:nth-child(2) td{
        font-size: 12px;
    }
    .serviceMain .online-service .navTab
    ,.serviceMain .online-service .dis {
        margin: 1rem auto 0 auto;
    }
    .serviceMain .online-service .navTab .tab{
        height: 1.5rem;
        line-height: 1.5rem;
        font-size: 0.36rem;
    }
    .serviceMain .online-service .formBox{
        padding: 1rem 0;
    }
    .serviceMain .online-service .formBox .fBox{
        width: 92%;
        margin: 0 auto 0.3rem auto;
    }
    .serviceMain .online-service .formBox .ft{
        width: 6em;
        font-size: 0.36rem;
        height: 0.9rem;
        line-height: 0.9rem;
    }
    .serviceMain .online-service .formBox .txtInput {
        font-size: 0.36rem;
        width: calc(90% - 6em - 2px);
        height: calc(0.9rem - 2px);
        line-height: calc(0.9rem - 2px);
        padding: 0 4%;
    }
    .serviceMain .online-service .formBox .txtSelect {
        font-size: 0.36rem;
        width: calc(98% - 6em);
        height: 0.9rem;
        line-height: 0.9rem;
        padding: 0 4%;
        border-radius: 0.1rem;
        background: #fff url(../images/service-d-i2.png) no-repeat right 4% center;
        background-size: 14px auto;
    }
    .serviceMain .online-service .formBox .txtTextarea{
        font-size: 0.36rem;
        width: calc(90% - 6em - 2px);
        height: 6rem;
        line-height: 150%;
        padding: 0.5em 4%;
        border-radius: 0.1rem;
    }
    .serviceMain .online-service .formBox .fBox:last-child {
        margin: 1rem auto 0 auto;
    }
    .serviceMain .online-service .formBox .btn {
        width: 2.5rem;
        height: 0.9rem;
        line-height: 0.9rem;
        font-size: 0.36rem;
        margin: 0 0.3rem;
        border-radius: 0.1rem;
    }
    .serviceMain .customized-services .list{
        margin: 0 auto;
    }
    .serviceMain .customized-services .list .item{
        margin: 0 0 0.8rem 0;
    }
    .serviceMain .customized-services .item .t1{
        font-size: 0.42rem;
    }
    .serviceMain .customized-services .item .t2{
        font-size: 0.36rem;
    }
    .serviceMain .serviceCenter .overview{
        width: 92%;
        margin: 0 auto;
    }
    .serviceMain .serviceCenter .overview .des{
        padding: 0.5rem 0 0 0;
    }
    .serviceCenter .overview .des .txt{
        font-size: 0.36rem;
    }
    .serviceMain .serviceCenter .list {
        padding: 1rem 4%;
        margin: 0.6rem auto 0 auto;
    }
    .serviceMain .serviceCenter .list .item {
        margin: 0 auto 1rem auto;
    }
    .serviceCenter .list .item .icon {
        width: 1.2rem;
        height: 1.2rem;
        float: none;
        position: absolute;
        top: 0;
        left: 0;
    }
    .serviceCenter .list .item .txtBox{
        width: 100%;
        float: none;
    }
    .serviceCenter .list .item .t1 {
        font-size: 0.42rem;
        line-height: 1.2rem;
        padding: 0 0 0.4rem 1.6rem;
    }
    .serviceCenter .list .item .t2 {
        font-size: 0.34rem;
        margin: 0.2rem 0 0 0;
    }
    .serviceMain .solution .solutionBox {
        margin: 0 auto;
        padding: 0.6rem 4%;
    }
    .serviceMain .solution .solutionBox .des{
        font-size: 0.36rem;
    }
    .solution .solutionBox .list .item {
        margin: 1rem auto 0 auto;
    }
    .solution .solutionBox .list .icon {
        width: 1.5rem;
    }
    .solution .solutionBox .list .txtBox {
        width: calc(96% - 1.5rem);
    }
    .solution .solutionBox .list .t1 {
        font-size: 0.42rem;
        padding: 0;
    }
    .solution .solutionBox .list .t2 {
        font-size: 0.36rem;
        margin: 0.2rem 0 0 0;
    }
    .serviceMain .college-intro .collegeBox{
        margin: 0 auto;
        padding: 0.6rem 4%;
    }
    .serviceMain .college-intro .des{
        font-size: 0.36rem;
    }
    .serviceMain .college-intro .item{
        width: 100%;
        margin: 1rem 0 0 0;
    }
    .serviceMain .college-intro .item:hover .imgBox{
        box-shadow: none;
    }
    .serviceMain .college-intro .item .imgBox{
        background: #36363f;
        padding: 0.5rem 0;
    }
    .serviceMain .college-intro .item .t1{
        font-size: 0.42rem;
        padding: 0.4rem 0 0.2rem 0;
    }
    .serviceMain .college-intro .item .t2{
        font-size: 0.36rem;
        text-align: justify;
    }
}